-
Notifications
You must be signed in to change notification settings - Fork 10
dns查询出错后继续查询 #508
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
Merged
Merged
dns查询出错后继续查询 #508
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| -----BEGIN PRIVATE KEY----- | ||
| MIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEA0RuIiBEhPUhVjYyZ | ||
| Ng9IRFzjbSMNUIjaGhUwHIbVQS2jkdPcgkmdImKwmBv+6Pw0l0Fs5p4wZTlspaBN | ||
| 5HwuXQIDAQABAkAG7u/G+zJr8sMLb3cBCN6vjZjo3Hmriu4YYU14FKxrfcWGTzc4 | ||
| F2jiP+MTcNDR8NL171rvW8oWK/ciGJ1GOe4tAiEA+AbpONDM5DstShHzaa8bjzix | ||
| lUENOIp/TIH6+zatjysCIQDX1FerMmocfggfkGu0HvDqUPoBCBZk1S8TDh3MZRg0 | ||
| lwIgXMFQ5POJPG05EbNG4aYf217rYpLyW8vHsZgGgX5ASAMCIDIo0GMiKVUL2Vl0 | ||
| mANZeYYLYb7hoUq33OPh0P0StahrAiEAsJ5IjnPpCTfeV42AATwoYvOhM2NcSV/e | ||
| 2UPKPXGV3bA= | ||
| -----END PRIVATE KEY----- | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,39 @@ jobs: | |
| docker run --rm --name breeze_ci_mysql4623 -p 4623:3306 -d parabala/mysqlci_with_schema:v0.0.2 | ||
| docker run --rm --name breeze_ci_mysql4624 -p 4624:3306 -d parabala/mysqlci_with_schema:v0.0.2 | ||
| - name: Prepare Vintage_MC_Redis | ||
| run: docker run -d -v /home/runner/work/breeze:/data1/resource/breeze --net="host" --name breeze_github_ci hustfisher/breeze:githubci115 | ||
| run: | | ||
| docker run -d \ | ||
| -v /home/runner/work/breeze:/data1/resource/breeze \ | ||
| -p 8080:8080 \ | ||
| -p 13739:13739 \ | ||
| -p 13740:13740 \ | ||
| -p 13741:13741 \ | ||
| -p 13742:13742 \ | ||
| -p 56378:56378 \ | ||
| -p 56379:56379 \ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 把--net="host" 改为逐个端口映射的目的是啥?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 环境有问题 host模式无法暴露端口了 我本地也这样 但是改完了github上还是有些端口有问题 后面再查 |
||
| -p 56380:56380 \ | ||
| -p 56381:56381 \ | ||
| -p 56382:56382 \ | ||
| -p 56383:56383 \ | ||
| -p 56384:56384 \ | ||
| -p 56385:56385 \ | ||
| -p 56386:56386 \ | ||
| -p 56387:56387 \ | ||
| -p 56388:56388 \ | ||
| -p 56389:56389 \ | ||
| -p 56390:56390 \ | ||
| -p 56391:56391 \ | ||
| -p 56392:56392 \ | ||
| -p 56393:56393 \ | ||
| -p 8010:8010 \ | ||
| -p 8011:8011 \ | ||
| -p 8012:8012 \ | ||
| -p 8013:8013 \ | ||
| -p 8775:8775 \ | ||
| -p 8776:8776 \ | ||
| -p 8777:8777 \ | ||
| -p 8778:8778 \ | ||
| --name breeze_github_ci viciousstar/breeze:githubci120 | ||
| - uses: actions/checkout@v3 | ||
| - name: Install stable toolchain | ||
| uses: actions-rs/toolchain@v1 | ||
|
|
@@ -42,7 +74,6 @@ jobs: | |
| run: cargo build | ||
| - name: Check Vintage | ||
| run: | | ||
| docker ps -a | ||
| curl http://127.0.0.1:8080/config/cloud/redis/testbreeze/redismeshtest | ||
| curl http://127.0.0.1:8080/config/v1/cache.service.testbreeze.pool.yf/all | ||
| sleep 1 | ||
|
|
@@ -76,20 +107,12 @@ jobs: | |
| - name: Check Status | ||
| run: | | ||
| sleep 6s | ||
| netstat -nat|grep LISTEN | ||
| #ps -aux|grep breeze | ||
| docker ps -a | ||
| docker inspect breeze_github_ci | ||
| netstat -natp|grep LISTEN | ||
| ls -all /home/runner/work/breeze/snapshot | ||
| ls -all /home/runner/work/breeze/socks | ||
| ls -all /home/runner/work/breeze/logs | ||
| tail -10 /home/runner/work/breeze/logs/log.file | ||
| tail -10 /home/runner/work/breeze/logs/breeze.log | ||
| #cat /home/runner/work/breeze/logs/log.file | ||
| #cat /home/runner/work/breeze/logs/breeze.log | ||
| #- name: Run cargo-tarpaulin | ||
| # uses: actions-rs/[email protected] | ||
| # with: | ||
| # version: "0.22.0" | ||
| # args: "--features=github_workflow --features=console-api -- --test-threads 1" | ||
| - name: Run unit tests | ||
| run: cargo test -p tests --features github_workflow -p endpoint | ||
| - name: wait until 2 mins | ||
|
|
@@ -125,4 +148,7 @@ jobs: | |
| if: failure() | ||
| run: | | ||
| cat /home/runner/work/breeze/logs/log.file | ||
| cat /home/runner/work/breeze/logs/breeze.log | ||
| - name: Output docker log | ||
| if: failure() | ||
| run: | | ||
| docker logs breeze_github_ci | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private key 误提交?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是测试的 不是线上的 需要提交