Skip to content

Commit

Permalink
Adding the expected fix results for the new test
Browse files Browse the repository at this point in the history
  • Loading branch information
august782 committed Jan 6, 2024
1 parent 35358a1 commit 02273a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@@ -235,0 +235,3 @@
+ {
+ instance.reset();
+ }
2 changes: 1 addition & 1 deletion scripts/idfProjectsFixer.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Project,SHA,module,odtest,status
https://github.com/kevinsawicki/http-request,2d62a3e9da726942a93cf16b6e91c0187e6c0136,lib,com.github.kevinsawicki.http.HttpRequestTest.postWithVaragsQueryParams,INLINE SUCCESSFUL
https://github.com/ktuukkan/marine-api,af0003847db9ba822f67d4f1dceb8de3fe63250a,,net.sf.marineapi.ais.parser.AISMessageFactoryTest.testCreateWithTwo,INLINE SUCCESSFUL
https://github.com/ktuukkan/marine-api,af0003847db9ba822f67d4f1dceb8de3fe63250a,,net.sf.marineapi.ais.parser.AISMessageFactoryTest.testCreateWithTwo,INLINE SUCCESSFUL SETUPTEARDOWN
1 change: 1 addition & 0 deletions scripts/test-ifixflakies-fixer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ function checkFixResults() {
else
expectedPatchFile=${scriptDir}/fixer-files/${fileName}/${odtest}.patch
fi
#NOTE: only checking contents of first patch file, even if there are others
checkFixResults ${odtest} "${status}" "${expectedPatchFile}" ${URL} $(echo ${MODULE} | cut -d'|' -f1) #some projects, such as incubator-dubbo, have modules that must be installed but don't necessarily produce flaky tests. Therefore, only the first listed module (before the |) is to be checked in this function
fi
fi
Expand Down

0 comments on commit 02273a8

Please sign in to comment.