-
Notifications
You must be signed in to change notification settings - Fork 189
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
apiAntivirus/antivirus.feature:279 is flaky #7219
Comments
similar failure here:https://drone.owncloud.com/owncloud/ocis/26268/62/8 @env-config
Scenario Outline: upload a file with virus larger than the upload threshold # /drone/src/tests/acceptance/features/apiAntivirus/antivirus.feature:299
Given the config "ANTIVIRUS_MAX_SCAN_SIZE" has been set to "100" # OcisConfigContext::theConfigHasBeenSetTo()
And using <dav-path-version> DAV path # FeatureContext::usingOldOrNewDavPath()
When user "Alice" uploads file "filesForUpload/filesWithVirus/eicar_com.zip" to "/aFileWithVirus.txt" using the WebDAV API # FeatureContext::userUploadsAFileTo()
Then the HTTP status code should be "201" # FeatureContext::thenTheHTTPStatusCodeShouldBe()
And as "Alice" file "/aFileWithVirus.txt" should exist # FeatureContext::asFileOrFolderShouldExist()
Examples:
| dav-path-version |
| old |
| new |
| spaces |
Failed step: Then the HTTP status code should be "201"
HTTP status code 404 is not the expected value 201
Failed asserting that 404 matches expected '201'.
|
SwikritiT
added
the
Priority:p2-high
Escalation, on top of current planning, release blocker
label
Sep 6, 2023
SagarGi
added
QA:p2
and removed
Priority:p2-high
Escalation, on top of current planning, release blocker
labels
Sep 7, 2023
Cannot reproduce it locally and is not seen in recent builds. Can be put on hold for some more time if failed again then can be looked into deep. |
issue with file upload. Same as #7337, will continue further invetigation there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in https://drone.owncloud.com/owncloud/ocis/26185/61/8 the apiAntivirus/antivirus.feature:279 failed:
but the only code change was:
AFAICT unrelated to older issues in #3921
The text was updated successfully, but these errors were encountered: