google-nomulus/core/src
Lai Jiang 9eac9621cb
Add a Test workaround for certain Linux distro (#552)
On Arch Linux, DumpGoldenSchemaCommandTest failed due to the follow
error:

java.lang.RuntimeException: Container.ExecResult(exitCode=1, stdout=, stderr=pg_dump: [archiver] could not open output file "/tmp/pg_dump.out": Is a directory)

However I cannot figure out why this permission error happens, as the
docker command is executed as root. Saving the pg_dump output to a
temporary file and copy it over the mapped file works, so I don't
know...
2020-04-10 12:44:36 -04:00
..
main Upgrade CompareDbBackup for Datastore V3 (#543) 2020-04-06 10:50:38 -04:00
nonprod/java/google/registry/tools Add a Test workaround for certain Linux distro (#552) 2020-04-10 12:44:36 -04:00
test Migrate SqlIntegrationTestSuite members to Junit5 (#550) 2020-04-09 12:54:16 -04:00