Skip to content

Commit 48e8ff3

Browse files
committed
avoid using the message queue in epp-19
1 parent 6453ee4 commit 48e8ff3

File tree

3 files changed

+10
-29
lines changed

3 files changed

+10
-29
lines changed

ChangeLog.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-12-11:
2+
- |
3+
Updated [epp-19](#Test-Case-epp-19) to avoid the use of the EPP message
4+
queue.
5+
16
2024-12-04:
27
- Updated the format for test TLDs for RSP evaluation.
38
- Fixed an issue with the HTML generator which resulted in boolean values

inc/epp/cases.yaml

+5-15
Original file line numberDiff line numberDiff line change
@@ -894,25 +894,17 @@ epp-19:
894894
* the server accepts a `<transfer>` command with a valid authInfo code
895895
and period.
896896
897-
The client will use an `<info>` command to ensure that the
898-
`pendingTransfer` status code is added to the domain after a successul
897+
The client will use `<info>` commands to ensure that the `pendingTransfer`
898+
status code is added to the domain within 120 seconds of a successul
899899
transfer request.
900900
901-
Once the transfer request has been accepted, the sponsoring client will
902-
wait for a message to be received on the server's message queue, and will
903-
then approve the transfer. This message **MUST** be received within 120
904-
seconds of the transfer request.
901+
The client will also use `<info>` commands to confirm that, within 120
902+
seconds of a transfer being approved by the losing registrar:
905903
906-
Once the gaining registrar has also received a message on the queue, the
907-
client will use an `<info>` command to confirm that:
908-
909-
* the domain is now under the sponsorship of the gaining registrar;
904+
* the domain is under the sponsorship of the gaining registrar;
910905
* the authInfo code has been reset by the server (if the server supports
911906
[RFC 9154](https://www.rfc-editor.org/rfc/rfc9154.html));
912907
* the domain has the `transferPeriod` RGP status.
913-
914-
This message **MUST** be received within 120 seconds of the transfer
915-
approval.
916908
Errors:
917909
- EPP_DNS_RESOLUTION_ERROR
918910
- EPP_SERVICE_PORT_UNREACHABLE
@@ -926,8 +918,6 @@ epp-19:
926918
- EPP_TRANSFER_SERVER_ACCEPTS_INCORRECT_AUTHINFO
927919
- EPP_TRANSFER_SERVER_ACCEPTS_INVALID_PERIOD
928920
- EPP_TRANSFER_INFO_RESPONSE_MISSING_OR_INVALID_STATUS_CODE
929-
- EPP_TRANSFER_LOSING_REGISTRAR_NO_MESSAGE_RECEIVED
930-
- EPP_TRANSFER_GAINING_REGISTRAR_NO_MESSAGE_RECEIVED
931921
- EPP_TRANSFER_INFO_RESPONSE_UNEXPECTED_EXPIRY_DATE
932922
- EPP_TRANSFER_INFO_RESPONSE_MISSING_OR_INVALID_RGP_STATUS
933923
- EPP_TRANSFER_INFO_RESPONSE_AUTHINFO_NOT_RESET

inc/epp/errors.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -871,13 +871,6 @@ EPP_SERVICE_PORT_NOT_CONSISTENT:
871871
One or more `<info>` commands sent to the advertised EPP service ports
872872
resulted in inconsistent responses.
873873
874-
EPP_TRANSFER_GAINING_REGISTRAR_NO_MESSAGE_RECEIVED:
875-
Severity: ERROR
876-
Description: |
877-
Following a successful `<transfer op="approve">` command submitted by the
878-
losing registrar of a transfer, the gaining registrar did not receive a
879-
message on the EPP message queue within the deadline (120 seconds).
880-
881874
EPP_TRANSFER_INFO_RESPONSE_AUTHINFO_NOT_RESET:
882875
Severity: ERROR
883876
Description: |
@@ -902,13 +895,6 @@ EPP_TRANSFER_INFO_RESPONSE_UNEXPECTED_EXPIRY_DATE:
902895
Following a successful domain transfer, a subsequent `<info>` response did
903896
not include the expected value of the `<exDate>` element.
904897
905-
EPP_TRANSFER_LOSING_REGISTRAR_NO_MESSAGE_RECEIVED:
906-
Severity: ERROR
907-
Description: |
908-
Following a successful `<transfer op="request">` command submitted by the
909-
gaining registrar of a transfer, the losinng registrar did not receive a
910-
message on the EPP message queue within the deadline (120 seconds).
911-
912898
EPP_TRANSFER_SERVER_ACCEPTS_INCORRECT_AUTHINFO:
913899
Severity: ERROR
914900
Description: |

0 commit comments

Comments
 (0)