Skip to content

reformatted links using python script, did not get to test actual doc… #1898

reformatted links using python script, did not get to test actual doc…

reformatted links using python script, did not get to test actual doc… #1898

Triggered via push November 8, 2023 01:25
Status Success
Total duration 40m 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-test.yml

on: push
cache gremlin-server docker image
1m 36s
cache gremlin-server docker image
mvn clean install - jdk11
15m 41s
mvn clean install - jdk11
mvn clean install - jdk8
16m 35s
mvn clean install - jdk8
gremlin-server default
25m 2s
gremlin-server default
gremlin-server unified
26m 49s
gremlin-server unified
gremlin-console
8m 29s
gremlin-console
neo4j-gremlin
12m 54s
neo4j-gremlin
Matrix: spark core
Matrix: spark gryo
Matrix: javascript
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
go
Restore cache failed: Dependencies file is not found in /home/runner/work/tinkerpop/tinkerpop. Supported file pattern: go.sum
.NET
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Gremlin.Net
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
.NET
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
.NET
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
.NET
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
.NET
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
.NET
Do not use Assert.True() to check for string equality. Use Assert.Equal instead.
.NET
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.