Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
voms-api-java
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattias Ellert
voms-api-java
Commits
36d8764b
Commit
36d8764b
authored
2 years ago
by
Mattias Ellert
Browse files
Options
Downloads
Patches
Plain Diff
Disable tests that fail due to more expired certificates
parent
a5e78dc2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/patches/series
+2
-0
2 additions, 0 deletions
debian/patches/series
debian/patches/voms-api-java-expired-2022-12-12.patch
+13
-0
13 additions, 0 deletions
debian/patches/voms-api-java-expired-2022-12-12.patch
with
21 additions
and
0 deletions
debian/changelog
+
6
−
0
View file @
36d8764b
voms-api-java (3.3.2-5) unstable; urgency=medium
* Disable tests that fail due to more expired certificates
-- Mattias Ellert <mattias.ellert@physics.uu.se> Tue, 13 Dec 2022 09:42:22 +0100
voms-api-java (3.3.2-4) unstable; urgency=medium
* Disable tests that fail due to expired certificates (Closes: #1021551)
...
...
This diff is collapsed.
Click to expand it.
debian/patches/series
+
2
−
0
View file @
36d8764b
...
...
@@ -9,3 +9,5 @@ voms-api-java-disable-some-tests.patch
voms-api-java-expired-2022-09-24.patch
# 2022-10-08 (test_host_cnaf_infn_it.cert.pem)
voms-api-java-expired-2022-10-08.patch
# 2022-12-02 (test_host_2_cnaf_infn_it.cert.pem)
voms-api-java-expired-2022-12-12.patch
This diff is collapsed.
Click to expand it.
debian/patches/voms-api-java-expired-2022-12-12.patch
0 → 100644
+
13
−
0
View file @
36d8764b
diff --git a/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java b/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java
index 8b420a9..ef0b14a 100644
--- a/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java
+++ b/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java
@@ -111,7 +111,7 @@
public class TestACValidator implements Fixture {
Assert.assertEquals(VOMSValidationErrorCode.acHolderDoesntMatchCertChain, m.getErrorCode());
}
- @Test
+ // @Test
public void testSignatureCheckFailure() throws Exception {
ProxyCertificate proxy = Utils.getVOMSAA().createVOMSProxy(holder, defaultVOFqans);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment