postgres error: added periodical check to idle connection, as the result of pg_stat_activity Is not always immediately updated
, stderr=)
java.lang.AssertionError: Current pg_stat_activity is: Container.ExecResult(exitCode=0, stdout= state
--------
idle
active
(2 rows)
, stderr=)
couchbase error: the error could be the initial bucket not being properly loaded when I call the subsequent methods, as there is a BUCKET_OPEN_IN_PROGRESS, added a waitUntilReady to try to fix it
ldap error: not sure why it only appeared now, but changed localhost to GenericContainer.getHost(), as the docker server may not be on 127.0.0.1 using TeamCity
Caused by: LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server localhost/127.0.0.1:32777: ConnectException(Connection refused)
hdfs error, looks like the hdfs/hadoop folder is corrupted for some reason, replaced the path with a TemporaryFolder
org.apache.hadoop.hdfs.server.common.InconsistentFSStateException: Directory /opt/teamcity-agent/work/af99a1b2d35610b6/neo4j-apoc-procedures/extended/hadoop/hdfs/name-0-1 is in an inconsistent state: storage directory does not exist or is not accessible.
- Also, updated test container version like the Core one
postgres error: added periodical check to idle connection, as the result of
pg_stat_activity
Is not always immediately updatedcouchbase error: the error could be the initial bucket not being properly loaded when I call the subsequent methods, as there is a BUCKET_OPEN_IN_PROGRESS, added a waitUntilReady to try to fix it
ldap error: not sure why it only appeared now, but changed localhost to
GenericContainer.getHost()
, as the docker server may not be on 127.0.0.1 using TeamCityhdfs error, looks like the hdfs/hadoop folder is corrupted for some reason, replaced the path with a TemporaryFolder