Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix failing kokoro-windows test #933

Closed
alicejli opened this issue Sep 6, 2023 · 0 comments · Fixed by #934
Closed

fix failing kokoro-windows test #933

alicejli opened this issue Sep 6, 2023 · 0 comments · Fixed by #934
Assignees

Comments

@alicejli
Copy link
Contributor

alicejli commented Sep 6, 2023

kokoro-windows test started failing June 20th 2023:

[INFO] Running com.google.cloud.tools.appengine.AppEngineDescriptorTest
[Fatal Error] :1:10: DOCTYPE is disallowed when the feature "[http://apache.org/xml/features/disallow-doctype-decl](https://www.google.com/url?q=http://apache.org/xml/features/disallow-doctype-decl&sa=D)" set to true.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in com.google.cloud.tools.appengine.AppEngineDescriptorTest
[INFO] Running com.google.cloud.tools.appengine.configuration.AppEngineWebXmlProjectStageConfigurationTest
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.05 s <<< FAILURE! - in com.google.cloud.tools.appengine.configuration.AppEngineWebXmlProjectStageConfigurationTest
[ERROR] testGetStagingDirectory(com.google.cloud.tools.appengine.configuration.AppEngineWebXmlProjectStageConfigurationTest)  Time elapsed: 0.049 s  <<< ERROR!
java.lang.UnsupportedOperationException: 'posix:permissions' not supported as initial attribute
	at com.google.cloud.tools.appengine.configuration.AppEngineWebXmlProjectStageConfigurationTest.<init>(AppEngineWebXmlProjectStageConfigurationTest.java:30)

[ERROR] testDefaultsToNull(com.google.cloud.tools.appengine.configuration.AppEngineWebXmlProjectStageConfigurationTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.UnsupportedOperationException: 'posix:permissions' not supported as initial attribute
	at com.google.cloud.tools.appengine.configuration.AppEngineWebXmlProjectStageConfigurationTest.<init>(AppEngineWebXmlProjectStageConfigurationTest.java:30)

[ERROR] testGetSourceDirectory(com.google.cloud.tools.appengine.configuration.AppEngineWebXmlProjectStageConfigurationTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.UnsupportedOperationException: 'posix:permissions' not supported as initial attribute
	at com.google.cloud.tools.appengine.configuration.AppEngineWebXmlProjectStageConfigurationTest.<init>(AppEngineWebXmlProjectStageConfigurationTest.java:30)

This is blocking PRs from being merged. I haven't done much digging, but I expect something in the test will need to be updated - I do not think this is related to any recent dependency update as far as I could tell.

@meltsufin meltsufin self-assigned this Sep 25, 2023
meltsufin added a commit that referenced this issue Sep 25, 2023
meltsufin added a commit that referenced this issue Sep 25, 2023
JoeWang1127 pushed a commit that referenced this issue Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants